CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux client socket

搜索资源列表

  1. socket-andftp

    0下载:
  2. linux环境下的基于socket通信的ftp系统服务器端和客户端的代码-code based on socket communication ftp server and client systems of linux environment
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:15369
    • 提供者:zhouxing
  1. socket

    0下载:
  2. 一个简单的服务器端和客户端的通信,它是在linux系统下写的,代码比较简单,可以容易地理解linux下TCP通信原理。-A simple communication server and client, it is written in the linux system, the code is relatively simple and can be easily understood TCP communication theory under linux.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:8911
    • 提供者:李瑞东
  1. LINUX

    0下载:
  2. linux下基于socket的文件传输程序,分为客户端和服务器,客户端可以上传下载查看服务器内容,服务器可以执行删除重命名-Based on the socket file transfer program under Linux, divided into client and server, the client can upload download for server content, the server can perform delete rename
  3. 所属分类:Linux Network

    • 发布日期:2017-04-24
    • 文件大小:283027
    • 提供者:梁伟
  1. client

    0下载:
  2. 一个在linux下进行 socket udp 编程的例子,这个例子里实现了一个udp客户端。-A udp socket program example
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:710
    • 提供者:arar
  1. LlcpSocket

    0下载:
  2. Llcp Client Socket represents a LLCP Connection- Oriented client to be used in a connection-oriented communication Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1661
    • 提供者:niuxuilen
  1. socket

    0下载:
  2. 在linux下使用socket编译,实现client调试用服务器的端的函数,实现了一个小型的COM架构,可以很好的适用于跨进程函数调用-Use socket compiled under linux, achieve client debugging server-side function to achieve a small COM architecture, can be well applied to cross-process function calls
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:5608
    • 提供者:liguochen
  1. WinToLinuxSocket

    0下载:
  2. 本代码实现了一个window和linux的Socket通信程序,使用C++语言编写。Linux是Server端、Windows是Client端-This Source code is used to build connection between Linux and Windows. Windows is client and Linux is server.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1875
    • 提供者:prrkedac
  1. server_setup

    0下载:
  2. 封装了Linux上socket相关的系统调用,可快速建立服务于单个客户端的TCP/UDP服务器。-Package on the Linux socket-related system calls, you can quickly build services to a single client TCP/UDP server.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1039
    • 提供者:name
  1. socket

    0下载:
  2. linux下的C语言编程,包括socket的长连接和短连接,有server端和client端的处理,以及简单的实例。-C language programming under Linux, including long connection and short connection socket, a server side and client side processing, as well as a simple example.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:9769
    • 提供者:
  1. Linux

    1下载:
  2. 东大软院Linux大实验。在Linux环境下通过C语言实现模拟猜数的游戏,实现客户端与服务器之间的通信。-East Hospital Linux soft big experiment. Guessing game based on socket communications. Client and server side.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-01-03
    • 文件大小:257024
    • 提供者:yaoyao
  1. socket

    0下载:
  2. linux下udp通信的技术资料,包括server和client端例程-udp socket
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:219960
    • 提供者:linzi
  1. test-client

    0下载:
  2. 自己开发的socket通讯客户端,里面有连接socket,固定256byte。-A socket program for Linux.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-28
    • 文件大小:315515
    • 提供者:Sugar
  1. Linux-TCP-Sample

    0下载:
  2. 这是自己编写的linux socket tcp 编程实例,包括Server与Client,仅供参考。-This is their preparation linux socket tcp programming examples, including Server and Client, for reference purposes only.
  3. 所属分类:Linux Network

    • 发布日期:2016-01-16
    • 文件大小:1024
    • 提供者:张华斌
  1. select_server

    0下载:
  2. linux下socket 网络通信,客户端和server端入门例子-Linux under the socket network communication, the client and server side entry example
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:7543
    • 提供者:高顺
  1. client

    0下载:
  2. 虚拟机客户端连接,使用socket套接字,实现客户端与服务器的连接-LINUX TCP
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:608
    • 提供者:晴天娃娃
  1. socket

    0下载:
  2. linux下实现socket通信,client端可以将文本文档传输给server端,client端也可收到server端信息。-Linux socket communication, client-side text documents can be transmitted to the server-side, client-side can also receive server-side information.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3309
    • 提供者:xz
  1. socket

    0下载:
  2. 此程序实现了linux和Windows关于tcp通信的测试程序,linux上用gcc 编译服务器端的程序,在Windows用qt编写了客户端的程序,在窗口界面上输入ip地址和端口号即可实现linux和Windows关于tcp的通信。-Compile server-side program, in Windows with qt prepared a client program, in the window interface, enter the ip address and port n
  3. 所属分类:Linux Network

    • 发布日期:2017-05-05
    • 文件大小:6320
    • 提供者:GXG
  1. send_file

    0下载:
  2. Linux环境下的socket编程,可实现client和server的相互通信,可发送文件。-Linux environment socket programming, can achieve client and server communication, can send documents.
  3. 所属分类:Linux Network

    • 发布日期:2017-12-13
    • 文件大小:3160
    • 提供者:Criske
  1. cli_test

    0下载:
  2. 基于嵌入式Linux的聊天程序的客户端部分,使用socket套接字进行网络间通信。(The client part of the chat program based on embedded Linux uses socket socket to communicate with each other.)
  3. 所属分类:Linux/Unix编程

  1. tarena

    0下载:
  2. 基于UC的电信计费DMS数据挖掘系统,是通过对C/C++、多线程、Socket等的开发、QT等相关技术的综合运用,针对电信运营商推出的Linux/Unix服务器出租业务,设计的用以作为收费依据的数据采集系统。(UC-based telecom billing DMS data mining system, is developed through the integrated use of the C/C++, multi-threading, Socket, etc., QT and othe
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-19
    • 文件大小:602112
    • 提供者:Melodyluer
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »
搜珍网 www.dssz.com